home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / other / rxsocket / rxsocket.readme < prev    next >
Text File  |  1999-06-14  |  1KB  |  34 lines

  1. Short:    Rxsocket.library - Fixes last one
  2. Author:   alfier@iol.it (Alfonso Ranieri)
  3. Uploader: alfier@iol.it (Alfonso Ranieri)
  4. Version:  9.5
  5. Type:     comm/tcp
  6.  
  7. THIS VERSION INCLUDE FIXED RMH.LIBRARY PLUS FIXED RXS
  8. SORRY...
  9.  
  10. New version of rxsocket.library that offers bsdsocket.library
  11. functions to ARexx in a pretty good resource tracking environment.
  12.  
  13. Changes from version < 8.x:
  14. - rxsocket divided in 2 see readme.first
  15. - rxslibrary was really weak if socks was not, sorry for that;
  16.   now a stack swap is done for functions that are very stack
  17.   consuming; I tested it very much and everything seems ok now
  18. - very hard library revision to minimize memory fragmentation
  19. - now, each blocking function can be broken with "hi"
  20.   you can use SetRxSocketOpt() to controll it;
  21. - ErrorString() can be called with no argument
  22. - HostErrorString() can be called with no argument
  23. - ObtainSocket() can be called with 1 argument
  24. - recv, recvfrom, readline can be called with 2 arguments
  25. - finally find a way to import sockets from a macro
  26.   to the one that called it , via RXSCall()
  27.   NextRXSRelease() OnteinSocket()
  28. - added a debugging support to inetd server and in general
  29.   for macro launched via rxscall() : a console output can be
  30.   opened so that, macros run from inetd or via rxscall() but
  31.   with no stdout will use that console as stdout/stdin
  32. - added various function to rxlibnet.library, expecially
  33.   miami packet filter functions
  34.